home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 5 / Gekikoh Dennoh Club Vol. 5 (Japan).7z / Gekikoh Dennoh Club Vol. 5 (Japan) (Track 01).bin / internet / xip / bjpegb2.lzh / LEGAL_ISSUES < prev    next >
Text File  |  1997-09-19  |  4KB  |  87 lines

  1. (From jpegsrc.v6a.tar.gz/README)
  2. LEGAL ISSUES
  3. ============
  4.  
  5. In plain English:
  6.  
  7. 1. We don't promise that this software works.  (But if you find any bugs,
  8.    please let us know!)
  9. 2. You can use this software for whatever you want.  You don't have to pay us.
  10. 3. You may not pretend that you wrote this software.  If you use it in a
  11.    program, you must acknowledge somewhere in your documentation that
  12.    you've used the IJG code.
  13.  
  14. In legalese:
  15.  
  16. The authors make NO WARRANTY or representation, either express or implied,
  17. with respect to this software, its quality, accuracy, merchantability, or
  18. fitness for a particular purpose.  This software is provided "AS IS", and you,
  19. its user, assume the entire risk as to its quality and accuracy.
  20.  
  21. This software is copyright (C) 1991-1996, Thomas G. Lane.
  22. All Rights Reserved except as specified below.
  23.  
  24. Permission is hereby granted to use, copy, modify, and distribute this
  25. software (or portions thereof) for any purpose, without fee, subject to these
  26. conditions:
  27. (1) If any part of the source code for this software is distributed, then this
  28. README file must be included, with this copyright and no-warranty notice
  29. unaltered; and any additions, deletions, or changes to the original files
  30. must be clearly indicated in accompanying documentation.
  31. (2) If only executable code is distributed, then the accompanying
  32. documentation must state that "this software is based in part on the work of
  33. the Independent JPEG Group".
  34. (3) Permission for use of this software is granted only if the user accepts
  35. full responsibility for any undesirable consequences; the authors accept
  36. NO LIABILITY for damages of any kind.
  37.  
  38. These conditions apply to any software derived from or based on the IJG code,
  39. not just to the unmodified library.  If you use our work, you ought to
  40. acknowledge us.
  41.  
  42. Permission is NOT granted for the use of any IJG author's name or company name
  43. in advertising or publicity relating to this software or products derived from
  44. it.  This software may be referred to only as "the Independent JPEG Group's
  45. software".
  46.  
  47. We specifically permit and encourage the use of this software as the basis of
  48. commercial products, provided that all warranty or liability claims are
  49. assumed by the product vendor.
  50.  
  51.  
  52. ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
  53. sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
  54. ansi2knr.c is NOT covered by the above copyright and conditions, but instead
  55. by the usual distribution terms of the Free Software Foundation; principally,
  56. that you must include source code if you redistribute it.  (See the file
  57. ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
  58. of any program generated from the IJG code, this does not limit you more than
  59. the foregoing paragraphs do.
  60.  
  61. The configuration script "configure" was produced with GNU Autoconf.  It
  62. is copyright by the Free Software Foundation but is freely distributable.
  63.  
  64. It appears that the arithmetic coding option of the JPEG spec is covered by
  65. patents owned by IBM, AT&T, and Mitsubishi.  Hence arithmetic coding cannot
  66. legally be used without obtaining one or more licenses.  For this reason,
  67. support for arithmetic coding has been removed from the free JPEG software.
  68. (Since arithmetic coding provides only a marginal gain over the unpatented
  69. Huffman mode, it is unlikely that very many implementations will support it.)
  70. So far as we are aware, there are no patent restrictions on the remaining
  71. code.
  72.  
  73. WARNING: Unisys has begun to enforce their patent on LZW compression against
  74. GIF encoders and decoders.  You will need a license from Unisys to use the
  75. included rdgif.c or wrgif.c files in a commercial or shareware application.
  76. At this time, Unisys is not enforcing their patent against freeware, so
  77. distribution of this package remains legal.  However, we intend to remove
  78. GIF support from the IJG package as soon as a suitable replacement format
  79. becomes reasonably popular.
  80.  
  81. We are required to state that
  82.     "The Graphics Interchange Format(c) is the Copyright property of
  83.     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  84.     CompuServe Incorporated."
  85.  
  86.  
  87.